Behave Test Report

Features: failed: 16, passed: 7

Scenarios: failed: 24, passed: 68

Steps: passed: 256, failed: 10, skipped: 18, untested: 108

Finished in 140.3 seconds

Feature: syntax checks for paGetPaymentRes - KO - SIN_PGPR_46

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/SIN_PGPR_46.feature:29

Scenario: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.015s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header />
       <soapenv:Body>
          <nod:activatePaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <idempotencyKey>#idempotency_key#</idempotencyKey>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>#notice_number#</noticeNumber>
             </qrCode>
             <amount>10.00</amount>
             <dueDate>2021-12-31</dueDate>
             <paymentNote>causale</paymentNote>
          </nod:activatePaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
       <soapenv:Header />
       <soapenv:Body>
          <paf:paGetPaymentRes>
             <outcome>OK</outcome>
             <data>
                <creditorReferenceId>$iuv</creditorReferenceId>
                <paymentAmount>10.00</paymentAmount>
                <dueDate>2021-12-31</dueDate>
                <!--Optional:-->
                <retentionDate>2021-12-31T12:12:12</retentionDate>
                <!--Optional:-->
                <lastPayment>1</lastPayment>
                <description>description</description>
                <!--Optional:-->
                <companyName>company</companyName>
                <!--Optional:-->
                <officeName>office</officeName>
              
                   <uniqueIdentifier>
                      <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                      <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
                   </uniqueIdentifier>
                   <fullName>paGetPaymentName</fullName>
                   <!--Optional:-->
                   <streetName>paGetPaymentStreet</streetName>
                   <!--Optional:-->
                   <civicNumber>paGetPayment99</civicNumber>
                   <!--Optional:-->
                   <postalCode>20155</postalCode>
                   <!--Optional:-->
                   <city>paGetPaymentCity</city>
                   <!--Optional:-->
                   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
                   <!--Optional:-->
                   <country>IT</country>
                   <!--Optional:-->
                   <e-mail>paGetPayment@test.it</e-mail>
              
                <!--Optional:-->
                <transferList>
                   <!--1 to 5 repetitions:-->
                   <transfer>
                      <idTransfer>1</idTransfer>
                      <transferAmount>10.00</transferAmount>
                      <fiscalCodePA>77777777777</fiscalCodePA>
                      <IBAN>IT45R0760103200000000001016</IBAN>
                      <remittanceInformation>testPaGetPayment</remittanceInformation>
                      <transferCategory>paGetPaymentTest</transferCategory>
                   </transfer>
                </transferList>
                <!--Optional:-->
                <metadata>
                   <!--1 to 10 repetitions:-->
                   <mapEntry>
                      <key>1</key>
                      <value>22</value>
                   </mapEntry>
                </metadata>
             </data>
          </paf:paGetPaymentRes>
       </soapenv:Body>
    </soapenv:Envelope>
    
  5. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.026s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message

Feature: syntax checks for paGetPaymentRes - KO - SIN_PGPR_49

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/SIN_PGPR_49.feature:29

Scenario: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value

  1. Given systems up (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header />
       <soapenv:Body>
          <nod:activatePaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <idempotencyKey>#idempotency_key#</idempotencyKey>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>#notice_number#</noticeNumber>
             </qrCode>
             <amount>10.00</amount>
             <dueDate>2021-12-31</dueDate>
             <paymentNote>causale</paymentNote>
          </nod:activatePaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
       <soapenv:Header />
       <soapenv:Body>
          <paf:paGetPaymentRes>
             <outcome>OK</outcome>
             <data>
                <creditorReferenceId>$iuv</creditorReferenceId>
                <paymentAmount>10.00</paymentAmount>
                <dueDate>2021-12-31</dueDate>
                <!--Optional:-->
                <retentionDate>2021-12-31T12:12:12</retentionDate>
                <!--Optional:-->
                <lastPayment>1</lastPayment>
                <description>description</description>
                <!--Optional:-->
                <companyName>company</companyName>
                <!--Optional:-->
                <officeName>office</officeName>
                <debtor>
                  
                      <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                      <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
                 
                   <fullName>paGetPaymentName</fullName>
                   <!--Optional:-->
                   <streetName>paGetPaymentStreet</streetName>
                   <!--Optional:-->
                   <civicNumber>paGetPayment99</civicNumber>
                   <!--Optional:-->
                   <postalCode>20155</postalCode>
                   <!--Optional:-->
                   <city>paGetPaymentCity</city>
                   <!--Optional:-->
                   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
                   <!--Optional:-->
                   <country>IT</country>
                   <!--Optional:-->
                   <e-mail>paGetPayment@test.it</e-mail>
                </debtor>
                <!--Optional:-->
                <transferList>
                   <!--1 to 5 repetitions:-->
                   <transfer>
                      <idTransfer>1</idTransfer>
                      <transferAmount>10.00</transferAmount>
                      <fiscalCodePA>77777777777</fiscalCodePA>
                      <IBAN>IT45R0760103200000000001016</IBAN>
                      <remittanceInformation>testPaGetPayment</remittanceInformation>
                      <transferCategory>paGetPaymentTest</transferCategory>
                   </transfer>
                </transferList>
                <!--Optional:-->
                <metadata>
                   <!--1 to 10 repetitions:-->
                   <mapEntry>
                      <key>1</key>
                      <value>22</value>
                   </mapEntry>
                </metadata>
             </data>
          </paf:paGetPaymentRes>
       </soapenv:Body>
    </soapenv:Envelope>
    
  5. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.026s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message

Feature: semantic checks KO for activatePaymentNoticeReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:31

Scenario: Check PPT_PSP_SCONOSCIUTO error on non-existent psp

  1. Given systems up (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with pspUnknown in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.242s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_PSP_SCONOSCIUTO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:38

Scenario: Check PPT_PSP_DISABILITATO error on disabled psp

  1. Given systems up (0.114s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with NOT_ENABLED in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.115s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_PSP_DISABILITATO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:45

Scenario: Check PPT_INTERMEDIARIO_PSP_SCONOSCIUTO error on non-existent psp broker

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with brokerPspUnknown in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.118s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_INTERMEDIARIO_PSP_SCONOSCIUTO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:52

Scenario: Check PPT_INTERMEDIARIO_PSP_DISABILITATO error on disabled psp broker

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with INT_NOT_ENABLED in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.149s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_INTERMEDIARIO_PSP_DISABILITATO of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:59

Scenario: Check PPT_CANALE_SCONOSCIUTO error on non-existent psp channel

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with channelUnknown in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.164s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_CANALE_SCONOSCIUTO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:66

Scenario: Check PPT_CANALE_DISABILITATO error on disabled psp channel

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with CANALE_NOT_ENABLED in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.128s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_CANALE_DISABILITATO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:73

Scenario: Check PPT_AUTORIZZAZIONE error on psp channel not enabled for payment model 3

  1. Given systems up (0.093s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with 70000000001_03_ONUS in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.131s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_AUTORIZZAZIONE of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check description is Il canale non è di tipo 'ATTIVATO_PRESSO_PSP' of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:81

Scenario: Check PPT_AUTORIZZAZIONE error on psp broker not associated to psp

  1. Given systems up (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with 97735020584 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.101s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_AUTORIZZAZIONE of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check description is Configurazione intermediario-canale non corretta of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:89

Scenario: Check PPT_AUTENTICAZIONE error on password not associated to psp channel

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with 70000000001_01 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And password with wrongPassword in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_AUTENTICAZIONE of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:97

Scenario: Check PPT_DOMINIO_SCONOSCIUTO error on non-existent pa

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 10000000000 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_DOMINIO_SCONOSCIUTO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:104

Scenario: Check PPT_DOMINIO_DISABILITATO error on disabled pa

  1. Given systems up (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 11111122222 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.105s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_DOMINIO_DISABILITATO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:124

Scenario Outline: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station -- @1.1

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 511456789012345678 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.102s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:125

Scenario Outline: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station -- @1.2

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 011456789012345678 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.097s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:126

Scenario Outline: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station -- @1.3

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 300456789012345678 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:129

Scenario: Check PPT_STAZIONE_INT_PA_DISABILITATA error on disabled station

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 006456789012345478 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.101s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_DISABILITATA of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:137

Scenario: Check PPT_STAZIONE_INT_PA_IRRAGGIUNGIBILE error on unreachable station

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 099456789012345678 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.189s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_IRRAGGIUNGIBILE of activatePaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:145

Scenario: Check PPT_INTERMEDIARIO_PA_DISABILITATO error on disabled pa broker

  1. Given systems up (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 088456789012345678 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.084s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_INTERMEDIARIO_PA_DISABILITATO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ko.feature:153

Scenario: Check PPT_AUTORIZZAZIONE error if expirationTime > default_token_duration_validity_millis

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given expirationTime with 10000 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.951s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message

Feature: semantic checks OK for activatePaymentNotice

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ok.feature:33

Scenario: Check valid URL in WSDL namespace

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:activatePaymentNoticeReq>
          <idPSP>40000000001</idPSP>
          <idBrokerPSP>40000000002</idBrokerPSP>
          <idChannel>40000000002_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <qrCode>
            <fiscalCode>44444444444</fiscalCode>
            <noticeNumber>#notice_number#</noticeNumber>
          </qrCode>
          <!--Optional:-->
          <expirationTime>12345</expirationTime>
          <!--Optional:-->
          <amount>10.00</amount>
          <!--Optional:-->
          <dueDate>2021-12-12</dueDate>
          <!--Optional:-->
          <paymentNote>responseFull</paymentNote>
        </nod:activatePaymentNoticeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  3. When PSP sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.087s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  4. Then check outcome is OK of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ok.feature:38

Scenario: Check outcome OK if combination psp-channel-pa in denylist

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:activatePaymentNoticeReq>
          <idPSP>40000000001</idPSP>
          <idBrokerPSP>40000000002</idBrokerPSP>
          <idChannel>40000000002_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <qrCode>
            <fiscalCode>44444444444</fiscalCode>
            <noticeNumber>#notice_number#</noticeNumber>
          </qrCode>
          <!--Optional:-->
          <expirationTime>12345</expirationTime>
          <!--Optional:-->
          <amount>10.00</amount>
          <!--Optional:-->
          <dueDate>2021-12-12</dueDate>
          <!--Optional:-->
          <paymentNote>responseFull</paymentNote>
        </nod:activatePaymentNoticeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 77777777777 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And idBrokerPSP with 70000000002 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. And idChannel with 70000000002_01 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. When PSP sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.124s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  7. Then check outcome is OK of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ok.feature:46

Scenario: Check outcome OK on non-existent psp in idempotencyKey

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:activatePaymentNoticeReq>
          <idPSP>40000000001</idPSP>
          <idBrokerPSP>40000000002</idBrokerPSP>
          <idChannel>40000000002_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <qrCode>
            <fiscalCode>44444444444</fiscalCode>
            <noticeNumber>#notice_number#</noticeNumber>
          </qrCode>
          <!--Optional:-->
          <expirationTime>12345</expirationTime>
          <!--Optional:-->
          <amount>10.00</amount>
          <!--Optional:-->
          <dueDate>2021-12-12</dueDate>
          <!--Optional:-->
          <paymentNote>responseFull</paymentNote>
        </nod:activatePaymentNoticeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given random idempotencyKey having 00088877799 as idPSP in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:486
  4. When PSP sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.116s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_semantic_ok.feature:52

Scenario: Check outcome OK on disabled psp in idempotencyKey

  1. Given systems up (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:activatePaymentNoticeReq>
          <idPSP>40000000001</idPSP>
          <idBrokerPSP>40000000002</idBrokerPSP>
          <idChannel>40000000002_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <qrCode>
            <fiscalCode>44444444444</fiscalCode>
            <noticeNumber>#notice_number#</noticeNumber>
          </qrCode>
          <!--Optional:-->
          <expirationTime>12345</expirationTime>
          <!--Optional:-->
          <amount>10.00</amount>
          <!--Optional:-->
          <dueDate>2021-12-12</dueDate>
          <!--Optional:-->
          <paymentNote>responseFull</paymentNote>
        </nod:activatePaymentNoticeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given random idempotencyKey having 80000000001 as idPSP in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:486
  4. When PSP sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message

Feature: syntax checks KO for activatePaymentNoticeReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:38

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid wsdl namespace -- @1.1

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given xmlns:soapenv set http://schemas.xmlsoap.org/ciao/envelope/ for soapenv:Envelope in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:82
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.111s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:49

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.1

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Body with None in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.118s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:50

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.2

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Body with Empty in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.116s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:51

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.3

  1. Given systems up (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given nod:activatePaymentNoticeReq with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.115s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:52

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.4

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with None in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.087s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:53

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.5

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.101s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:54

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.6

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with 123456789012345678901234567890123456 in activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.111s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:55

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.7

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with None in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.115s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:56

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.8

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.131s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:57

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.9

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with 123456789012345678901234567890123456 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.130s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:58

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.10

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with None in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.088s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:59

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.11

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with Empty in activatePaymentNotice (0.014s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.400s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:60

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.12

  1. Given systems up (0.097s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with 123456789012345678901234567890123456 in activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.164s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:61

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.13

  1. Given systems up (0.079s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with None in activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.139s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:62

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.14

  1. Given systems up (0.088s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.175s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:63

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.15

  1. Given systems up (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with 1234567 in activatePaymentNotice (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.179s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:64

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.16

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with 1234567890123456 in activatePaymentNotice (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.379s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.020s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:65

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.17

  1. Given systems up (0.115s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with Empty in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.220s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:66

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.18

  1. Given systems up (0.091s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 70000000001.1244565744 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.202s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:67

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.19

  1. Given systems up (0.081s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 70000000001_%244565744 in activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.196s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:68

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.20

  1. Given systems up (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.023s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 70000000001-1244565744 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.203s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:69

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.21

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.017s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 1244565768_70000000001 in activatePaymentNotice (0.019s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.257s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.017s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.078s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:70

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.22

  1. Given systems up (0.136s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 1244565744 in activatePaymentNotice (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.246s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:71

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.23

  1. Given systems up (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 700000000011244565744 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.213s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:72

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.24

  1. Given systems up (0.082s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 70000000001_12445657684 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.126s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.014s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:73

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.25

  1. Given systems up (0.084s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 70000000001_124456576 in activatePaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.185s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:74

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.26

  1. Given systems up (0.136s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idempotencyKey with 700000hj123_1244565767 in activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.249s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:75

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.27

  1. Given systems up (0.089s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given qrCode with None in activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.139s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:76

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.28

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given qrCode with RemoveParent in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.115s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:77

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.29

  1. Given systems up (0.091s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given qrCode with Empty in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.203s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:78

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.30

  1. Given systems up (0.092s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with None in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.188s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:79

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.31

  1. Given systems up (0.107s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with Empty in activatePaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.247s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:80

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.32

  1. Given systems up (0.103s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.039s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 1234567890 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.155s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:81

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.33

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 123456789012 in activatePaymentNotice (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.177s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:82

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.34

  1. Given systems up (0.164s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 12345jh%lk9 in activatePaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.147s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:83

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.35

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with None in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.211s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:84

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.36

  1. Given systems up (0.090s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.328s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:85

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.37

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.146s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:86

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.38

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 1234567890123456789 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.128s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:87

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.39

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567A in activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.160s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:88

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.40

  1. Given systems up (0.057s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567! in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:89

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.41

  1. Given systems up (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given expirationTime with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.113s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:90

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.42

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given expirationTime with 2021-12-12T12:12:12 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:91

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.43

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given expirationTime with 48:12:12 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.101s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:92

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.44

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given expirationTime with 12:12 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:93

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.45

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given expirationTime with 1800001 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:94

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.46

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given amount with Empty in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.083s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:95

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.47

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given amount with 10,00 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.098s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:96

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.48

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given amount with 10.1 in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:97

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.49

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given amount with 10.123 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.083s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:98

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.50

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given amount with 10.120 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.082s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:99

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.51

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given amount with 8881234567.00 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.098s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:100

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.52

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given dueDate with Empty in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:101

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.53

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given dueDate with 12-28-2021 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:102

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.54

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given dueDate with 12-12-21 in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.083s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:103

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.55

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given dueDate with 2021-03-06T15:25:32 in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:104

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.56

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given paymentNote with Empty in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.099s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:105

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.57

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given paymentNote with test di prova sulla lunghezza superiore a 140 caratteri per il parametro della primitiva activatePaymentNoticeReq paymentNote prova prova pro activatePaymentNoticeReq paymentNote prova prova pro activatePaymentN in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (0.111s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:115

Scenario Outline: Check incorrectness of header and body -- @1.1

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with errata in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with corretto in activatePaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:116

Scenario Outline: Check incorrectness of header and body -- @1.2

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with corretta in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with errata in activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:117

Scenario Outline: Check incorrectness of header and body -- @1.3

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with errata in activatePaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with errata in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ko.feature:118

Scenario Outline: Check incorrectness of header and body -- @1.4

  1. Given systems up (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <expirationTime>120000</expirationTime>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with None in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with errata in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message

Feature: syntax checks OK for activatePaymentNoticeReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:31 @prova

Scenario: Check valid URL in WSDL namespace

  1. Given systems up (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. When psp sends soap activatePaymentNotice to nodo-dei-pagamenti (1.571s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  4. Then check outcome is OK of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:41

Scenario Outline: Check OK response on missing optional fields idempotencyKey - SIN_APNR_18 -- @1.1

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given idempotencyKey with None in activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends soap activatePaymentNotice to nodo-dei-pagamenti (1.797s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:42

Scenario Outline: Check OK response on missing optional fields idempotencyKey - SIN_APNR_18 -- @1.2

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given expirationTime with None in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends soap activatePaymentNotice to nodo-dei-pagamenti (2.205s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:43

Scenario Outline: Check OK response on missing optional fields idempotencyKey - SIN_APNR_18 -- @1.3

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given amount with None in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends soap activatePaymentNotice to nodo-dei-pagamenti (0.096s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:44

Scenario Outline: Check OK response on missing optional fields idempotencyKey - SIN_APNR_18 -- @1.4

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given dueDate with None in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends soap activatePaymentNotice to nodo-dei-pagamenti (1.394s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:45

Scenario Outline: Check OK response on missing optional fields idempotencyKey - SIN_APNR_18 -- @1.5

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given paymentNote with None in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends soap activatePaymentNotice to nodo-dei-pagamenti (1.443s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:56

Scenario Outline: Check correctness of header and body -- @1.1

  1. Given systems up (0.091s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given soapenv:Header with corretto in activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with corretto in activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/activatePaymentNotice_syntax_ok.feature:57

Scenario Outline: Check correctness of header and body -- @1.2

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. Given soapenv:Header with None in activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with corretto in activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message

Feature: checks for EC new and nodoVerificaRPT

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/nodoVerificaRPT_semantic_ko.feature:31

Scenario: Check PPT_MULTI_BENEFICIARIO error

  1. Given systems up (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML nodoVerificaRPT (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.pagamenti.telematici.gov/" xmlns:bc="http://PuntoAccessoPSP.spcoop.gov.it/BarCode_GS1_128_Modified" xmlns:aim="http://PuntoAccessoPSP.spcoop.gov.it/Code_128_AIM_USS-128_tipo_C" xmlns:qrc="http://PuntoAccessoPSP.spcoop.gov.it/QrCode">
        <soapenv:Header/>
        <soapenv:Body>
            <ws:nodoVerificaRPT>
                <identificativoPSP>70000000001</identificativoPSP>
                <identificativoIntermediarioPSP>70000000001</identificativoIntermediarioPSP>
                <identificativoCanale>70000000001_01</identificativoCanale>
                <password>pwdpwdpwd</password>
                <codiceContestoPagamento>120671877019565</codiceContestoPagamento>
                <codificaInfrastrutturaPSP>QR-CODE</codificaInfrastrutturaPSP>
                <codiceIdRPT>
                  <qrc:QrCode>
                    <qrc:CF>#creditor_institution_code#</qrc:CF>
                    <qrc:AuxDigit>3</qrc:AuxDigit>
                    <qrc:CodIUV>11192051789512983</qrc:CodIUV>
                  </qrc:QrCode>
                </codiceIdRPT>
            </ws:nodoVerificaRPT>
        </soapenv:Body>
      </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. When psp sends SOAP nodoVerificaRPT to nodo-dei-pagamenti (0.391s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check esito is KO of nodoVerificaRPT response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_MULTI_BENEFICIARIO of nodoVerificaRPT response (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message

Feature: semantic checks for paGetPaymentRes - KO

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_semantic_ko.feature:105

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on non-existent or disabled body element value -- @1.1

  1. Given systems up (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.015s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given EC replies to nodo-dei-pagamenti with the paGetPayment (0.028s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
       <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	   <soapenv:Header/>
    	   <soapenv:Body>
    		  <paf:paGetPaymentRes>
    			 <outcome>OK</outcome>
    			 <data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    				   <uniqueIdentifier>
    					  <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    					  <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    				   </uniqueIdentifier>
    				   <fullName>paGetPaymentName</fullName>
    				   <!--Optional:-->
    				   <streetName>paGetPaymentStreet</streetName>
    				   <!--Optional:-->
    				   <civicNumber>paGetPayment99</civicNumber>
    				   <!--Optional:-->
    				   <postalCode>20155</postalCode>
    				   <!--Optional:-->
    				   <city>paGetPaymentCity</city>
    				   <!--Optional:-->
    				   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    				   <!--Optional:-->
    				   <country>IT</country>
    				   <!--Optional:-->
    				   <e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    				   <!--1 to 5 repetitions:-->
    				   <transfer>
    					  <idTransfer>1</idTransfer>
    					  <transferAmount>10.00</transferAmount>
    					  <fiscalCodePA>77777777777</fiscalCodePA>
    					  <IBAN>IT45R0760103200000000001016</IBAN>
    					  <remittanceInformation>testPaGetPayment</remittanceInformation>
    					  <transferCategory>paGetPaymentTest</transferCategory>
    				   </transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    				   <!--1 to 10 repetitions:-->
    				   <mapEntry>
    					  <key>1</key>
    					  <value>22</value>
    				   </mapEntry>
    				</metadata>
    			 </data>
    		  </paf:paGetPaymentRes>
    	  </soapenv:Body>
    </soapenv:Envelope>
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_semantic_ko.feature:106

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on non-existent or disabled body element value -- @1.2

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
       <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	   <soapenv:Header/>
    	   <soapenv:Body>
    		  <paf:paGetPaymentRes>
    			 <outcome>OK</outcome>
    			 <data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    				   <uniqueIdentifier>
    					  <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    					  <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    				   </uniqueIdentifier>
    				   <fullName>paGetPaymentName</fullName>
    				   <!--Optional:-->
    				   <streetName>paGetPaymentStreet</streetName>
    				   <!--Optional:-->
    				   <civicNumber>paGetPayment99</civicNumber>
    				   <!--Optional:-->
    				   <postalCode>20155</postalCode>
    				   <!--Optional:-->
    				   <city>paGetPaymentCity</city>
    				   <!--Optional:-->
    				   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    				   <!--Optional:-->
    				   <country>IT</country>
    				   <!--Optional:-->
    				   <e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    				   <!--1 to 5 repetitions:-->
    				   <transfer>
    					  <idTransfer>1</idTransfer>
    					  <transferAmount>10.00</transferAmount>
    					  <fiscalCodePA>77777777777</fiscalCodePA>
    					  <IBAN>IT45R0760103200000000001016</IBAN>
    					  <remittanceInformation>testPaGetPayment</remittanceInformation>
    					  <transferCategory>paGetPaymentTest</transferCategory>
    				   </transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    				   <!--1 to 10 repetitions:-->
    				   <mapEntry>
    					  <key>1</key>
    					  <value>22</value>
    				   </mapEntry>
    				</metadata>
    			 </data>
    		  </paf:paGetPaymentRes>
    	  </soapenv:Body>
    </soapenv:Envelope>
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_semantic_ko.feature:107

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on non-existent or disabled body element value -- @1.3

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given EC replies to nodo-dei-pagamenti with the paGetPayment (0.040s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
       <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	   <soapenv:Header/>
    	   <soapenv:Body>
    		  <paf:paGetPaymentRes>
    			 <outcome>OK</outcome>
    			 <data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    				   <uniqueIdentifier>
    					  <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    					  <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    				   </uniqueIdentifier>
    				   <fullName>paGetPaymentName</fullName>
    				   <!--Optional:-->
    				   <streetName>paGetPaymentStreet</streetName>
    				   <!--Optional:-->
    				   <civicNumber>paGetPayment99</civicNumber>
    				   <!--Optional:-->
    				   <postalCode>20155</postalCode>
    				   <!--Optional:-->
    				   <city>paGetPaymentCity</city>
    				   <!--Optional:-->
    				   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    				   <!--Optional:-->
    				   <country>IT</country>
    				   <!--Optional:-->
    				   <e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    				   <!--1 to 5 repetitions:-->
    				   <transfer>
    					  <idTransfer>1</idTransfer>
    					  <transferAmount>10.00</transferAmount>
    					  <fiscalCodePA>77777777777</fiscalCodePA>
    					  <IBAN>IT45R0760103200000000001016</IBAN>
    					  <remittanceInformation>testPaGetPayment</remittanceInformation>
    					  <transferCategory>paGetPaymentTest</transferCategory>
    				   </transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    				   <!--1 to 10 repetitions:-->
    				   <mapEntry>
    					  <key>1</key>
    					  <value>22</value>
    				   </mapEntry>
    				</metadata>
    			 </data>
    		  </paf:paGetPaymentRes>
    	  </soapenv:Body>
    </soapenv:Envelope>
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_semantic_ko.feature:108

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on non-existent or disabled body element value -- @1.4

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given EC replies to nodo-dei-pagamenti with the paGetPayment (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
       <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	   <soapenv:Header/>
    	   <soapenv:Body>
    		  <paf:paGetPaymentRes>
    			 <outcome>OK</outcome>
    			 <data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    				   <uniqueIdentifier>
    					  <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    					  <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    				   </uniqueIdentifier>
    				   <fullName>paGetPaymentName</fullName>
    				   <!--Optional:-->
    				   <streetName>paGetPaymentStreet</streetName>
    				   <!--Optional:-->
    				   <civicNumber>paGetPayment99</civicNumber>
    				   <!--Optional:-->
    				   <postalCode>20155</postalCode>
    				   <!--Optional:-->
    				   <city>paGetPaymentCity</city>
    				   <!--Optional:-->
    				   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    				   <!--Optional:-->
    				   <country>IT</country>
    				   <!--Optional:-->
    				   <e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    				   <!--1 to 5 repetitions:-->
    				   <transfer>
    					  <idTransfer>1</idTransfer>
    					  <transferAmount>10.00</transferAmount>
    					  <fiscalCodePA>77777777777</fiscalCodePA>
    					  <IBAN>IT45R0760103200000000001016</IBAN>
    					  <remittanceInformation>testPaGetPayment</remittanceInformation>
    					  <transferCategory>paGetPaymentTest</transferCategory>
    				   </transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    				   <!--1 to 10 repetitions:-->
    				   <mapEntry>
    					  <key>1</key>
    					  <value>22</value>
    				   </mapEntry>
    				</metadata>
    			 </data>
    		  </paf:paGetPaymentRes>
    	  </soapenv:Body>
    </soapenv:Envelope>

Feature: semantic checks for paGetPaymentRes - OK

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_semantic_ok.feature:104

Scenario Outline: Check outcome OK on amount or fiscalCodePA of paGetPaymentRes different from paGetPaymentReq -- @1.1

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
       <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	   <soapenv:Header/>
    	   <soapenv:Body>
    		  <paf:paGetPaymentRes>
    			 <outcome>OK</outcome>
    			 <data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    				   <uniqueIdentifier>
    					  <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    					  <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    				   </uniqueIdentifier>
    				   <fullName>paGetPaymentName</fullName>
    				   <!--Optional:-->
    				   <streetName>paGetPaymentStreet</streetName>
    				   <!--Optional:-->
    				   <civicNumber>paGetPayment99</civicNumber>
    				   <!--Optional:-->
    				   <postalCode>20155</postalCode>
    				   <!--Optional:-->
    				   <city>paGetPaymentCity</city>
    				   <!--Optional:-->
    				   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    				   <!--Optional:-->
    				   <country>IT</country>
    				   <!--Optional:-->
    				   <e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    				   <!--1 to 5 repetitions:-->
    				   <transfer>
    					  <idTransfer>1</idTransfer>
    					  <transferAmount>10.00</transferAmount>
    					  <fiscalCodePA>77777777777</fiscalCodePA>
    					  <IBAN>IT45R0760103200000000001016</IBAN>
    					  <remittanceInformation>testPaGetPayment</remittanceInformation>
    					  <transferCategory>paGetPaymentTest</transferCategory>
    				   </transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    				   <!--1 to 10 repetitions:-->
    				   <mapEntry>
    					  <key>1</key>
    					  <value>22</value>
    				   </mapEntry>
    				</metadata>
    			 </data>
    		  </paf:paGetPaymentRes>
    	  </soapenv:Body>
    </soapenv:Envelope>
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_semantic_ok.feature:105

Scenario Outline: Check outcome OK on amount or fiscalCodePA of paGetPaymentRes different from paGetPaymentReq -- @1.2

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given EC replies to nodo-dei-pagamenti with the paGetPayment (0.038s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
       <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	   <soapenv:Header/>
    	   <soapenv:Body>
    		  <paf:paGetPaymentRes>
    			 <outcome>OK</outcome>
    			 <data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    				   <uniqueIdentifier>
    					  <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    					  <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    				   </uniqueIdentifier>
    				   <fullName>paGetPaymentName</fullName>
    				   <!--Optional:-->
    				   <streetName>paGetPaymentStreet</streetName>
    				   <!--Optional:-->
    				   <civicNumber>paGetPayment99</civicNumber>
    				   <!--Optional:-->
    				   <postalCode>20155</postalCode>
    				   <!--Optional:-->
    				   <city>paGetPaymentCity</city>
    				   <!--Optional:-->
    				   <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    				   <!--Optional:-->
    				   <country>IT</country>
    				   <!--Optional:-->
    				   <e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    				   <!--1 to 5 repetitions:-->
    				   <transfer>
    					  <idTransfer>1</idTransfer>
    					  <transferAmount>10.00</transferAmount>
    					  <fiscalCodePA>77777777777</fiscalCodePA>
    					  <IBAN>IT45R0760103200000000001016</IBAN>
    					  <remittanceInformation>testPaGetPayment</remittanceInformation>
    					  <transferCategory>paGetPaymentTest</transferCategory>
    				   </transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    				   <!--1 to 10 repetitions:-->
    				   <mapEntry>
    					  <key>1</key>
    					  <value>22</value>
    				   </mapEntry>
    				</metadata>
    			 </data>
    		  </paf:paGetPaymentRes>
    	  </soapenv:Body>
    </soapenv:Envelope>

Feature: syntax checks for paGetPaymentRes - KO

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:56

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.1

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And soapenv:Body with Empty in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:57

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.2

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And soapenv:Body with None in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.046s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:58

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.3

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paf:paGetPaymentRes with None in paGetPayment (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.050s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:59

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.4

  1. Given systems up (0.078s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.016s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paf:paGetPaymentRes with Empty in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:60

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.5

  1. Given systems up (0.105s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.034s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And outcome with None in paGetPayment (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.097s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:61

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.6

  1. Given systems up (0.133s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.017s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.026s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.020s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And outcome with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.046s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:62

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.7

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And outcome with PP in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.043s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:63

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.8

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>#outcome#</outcome>
    <fault>
    <faultCode>#faultCode#</faultCode>
    <faultString>#faultString#</faultString>
    <id>#id#</id>
    <description>#description#</description>
    </fault>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And outcome with KO in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And if outcome is KO set fault to None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:309
  7. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:140

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.1

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And data with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:141

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.2

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And data with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:142

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.3

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And creditorReferenceId with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:143

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.4

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And creditorReferenceId with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.028s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:144

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.5

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And creditorReferenceId with test di prova per una lunghezza>36char in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:145

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.6

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:146

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.7

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with Empty in paGetPayment (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.039s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:147

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.8

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with 0.00 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:148

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.9

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with 11,34 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:149

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.10

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with 11.342 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:150

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.11

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with 11.3 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.046s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:151

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.12

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentAmount with 1219087657.34 in paGetPayment (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:152

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.13

  1. Given systems up (0.096s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And dueDate with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.049s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:153

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.14

  1. Given systems up (0.118s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.020s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.014s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And dueDate with Empty in paGetPayment (0.016s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:154

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.15

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And dueDate with 12-28-2022 in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.040s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:155

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.16

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And dueDate with 12-09-22 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:156

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.17

  1. Given systems up (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And dueDate with 12-08-2022T12:00:678 in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.037s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:157

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.18

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And retentionDate with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:158

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.19

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And retentionDate with 12-28-2022 in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.047s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:159

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.20

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And retentionDate with 12-09-22 in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:160

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.21

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And retentionDate with 12-08-2022T12:00:678 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.046s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:161

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.22

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And lastPayment with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:162

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.23

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And lastPayment with 2 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:163

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.24

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And description with None in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:164

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.25

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And description with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.043s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:165

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.26

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And description with test di prova per una lunghezza superiore a 140 caratteri alfanumerici, per verificare che il nodo risponda PPT_STAZIONE_INT_PA_ERRORE_RESPONSE in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:166

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.27

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentCategory with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:167

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.28

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentCategory with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:168

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.29

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And paymentCategory with JmlerpxGsErHDYYfmWLGjwCkDXifIhunjwiOaMAKMzekUkGBNkqAYsDxGtbAKSJZiAJQHiOgfkrHucuHDDYduOYvaGAmZqeXMIJNbtxxftUUcPmeMgCuPmLlQHrsdfCqUaWwRaMlNpzPD in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:169

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.30

  1. Given systems up (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And companyName with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:170

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.31

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And companyName with test di prova per una lunghezza superiore a 140 caratteri alfanumerici, per verificare che il nodo risponda PPT_STAZIONE_INT_PA_ERRORE_RESPONSE in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:171

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.32

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And officeName with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:172

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.33

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And officeName with test di prova per una lunghezza superiore a 140 caratteri alfanumerici, per verificare che il nodo risponda PPT_STAZIONE_INT_PA_ERRORE_RESPONSE in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:173

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.34

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And debtor with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:174

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.35

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And debtor with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.043s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:175

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.36

  1. Given systems up (0.079s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And uniqueIdentifier with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:176

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.37

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And uniqueIdentifier with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:177

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.38

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And entityUniqueIdentifierType with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:178

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.39

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And entityUniqueIdentifierType with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:179

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.40

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And entityUniqueIdentifierType with H in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.045s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:180

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.41

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And entityUniqueIdentifierValue with None in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:181

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.42

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And entityUniqueIdentifierValue with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:182

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.43

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And entityUniqueIdentifierValue with lunghezza >16char in paGetPayment (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:183

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.44

  1. Given systems up (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fullName with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:184

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.45

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fullName with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:185

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.46

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fullName with test di prova per una lunghezza superiore a 70 caratteri alfanumerici , in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.034s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:186

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.47

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And streetName with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:187

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.48

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And streetName with test di prova per una lunghezza superiore a 70 caratteri alfanumerici , in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:188

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.49

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And civicNumber with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:189

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.50

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And civicNumber with lunghezza >16char in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:190

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.51

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And postalCode with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:191

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.52

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And postalCode with lunghezza >16char in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:192

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.53

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And city with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:193

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.54

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And city with test di prova per una lunghez>35char in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.040s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:194

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.55

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And stateProvinceRegion with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:195

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.56

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And stateProvinceRegion with test di prova per una lunghez>35char in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.043s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:196

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.57

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And country with Empty in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:197

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.58

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And country with ITA in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:198

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.59

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And country with it in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:199

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.60

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And e-mail with Empty in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:200

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.61

  1. Given systems up (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And e-mail with prova%gmail.com in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.038s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:201

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.62

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And e-mail with provaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovaprovapr@gmail.com in paGetPayment (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:202

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.63

  1. Given systems up (0.094s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferList with Empty in paGetPayment (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.049s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:203

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.64

  1. Given systems up (0.090s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferList with None in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.047s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:204

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.65

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.016s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transfer with Empty in paGetPayment (0.018s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.087s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:205

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.66

  1. Given systems up (0.114s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transfer with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:206

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.67

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transfer with Occurrences,6 in paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:207

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.68

  1. Given systems up (0.090s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.016s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And idTransfer with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.052s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:208

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.69

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And idTransfer with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.040s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:209

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.70

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And idTransfer with 11 in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:210

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.71

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.021s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And idTransfer with 6 in paGetPayment (0.016s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:211

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.72

  1. Given systems up (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And idTransfer with a in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.028s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:212

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.73

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:213

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.74

  1. Given systems up (0.142s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.020s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.022s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with Empty in paGetPayment (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:214

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.75

  1. Given systems up (0.261s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with 0.00 in paGetPayment (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:215

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.76

  1. Given systems up (0.078s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with 11,34 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.046s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:216

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.77

  1. Given systems up (0.057s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with 11.342 in paGetPayment (0.014s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:217

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.78

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with 11.3 in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:218

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.79

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with 1219087657.34 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:219

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.80

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with ? in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:220

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.81

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferAmount with ? in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:221

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.82

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fiscalCodePA with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:222

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.83

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fiscalCodePA with Empty in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.036s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:223

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.84

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fiscalCodePA with 777777777777 in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:224

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.85

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And fiscalCodePA with 7777777777a in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:225

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.86

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And IBAN with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:226

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.87

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And IBAN with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:227

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.88

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And IBAN with test di prova per una lunghezza>35ch in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:228

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.89

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And remittanceInformation with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:229

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.90

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And remittanceInformation with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:230

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.91

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And remittanceInformation with test di prova per una lunghezza superiore a 140 caratteri alfanumerici, per verificare che il nodo risponda PPT_STAZIONE_INT_PA_ERRORE_RESPONSE in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:231

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.92

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferCategory with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:232

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.93

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferCategory with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:233

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.94

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And transferCategory with test di prova per una lunghezza superiore a 140 caratteri alfanumerici, per verificare che il nodo risponda PPT_STAZIONE_INT_PA_ERRORE_RESPONSE in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:234

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.95

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And metadata with Empty in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:235

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.96

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And mapEntry with Empty in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:236

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.97

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And mapEntry with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:237

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.98

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And mapEntry with Occurrences,11 in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:238

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.99

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And key with None in paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ko.feature:239

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.100

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <nod:activatePaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>#notice_number#</noticeNumber>
    </qrCode>
    <amount>10.00</amount>
    <dueDate>2021-12-31</dueDate>
    <paymentNote>causale</paymentNote>
    </nod:activatePaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    <soapenv:Header />
    <soapenv:Body>
    <paf:paGetPaymentRes>
    <outcome>OK</outcome>
    <data>
    <creditorReferenceId>$iuv</creditorReferenceId>
    <paymentAmount>10.00</paymentAmount>
    <dueDate>2021-12-31</dueDate>
    <!--Optional:-->
    <retentionDate>2021-12-31T12:12:12</retentionDate>
    <!--Optional:-->
    <lastPayment>1</lastPayment>
    <description>description</description>
    <!--Optional:-->
    <companyName>company</companyName>
    <!--Optional:-->
    <officeName>office</officeName>
    <debtor>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>paGetPaymentName</fullName>
    <!--Optional:-->
    <streetName>paGetPaymentStreet</streetName>
    <!--Optional:-->
    <civicNumber>paGetPayment99</civicNumber>
    <!--Optional:-->
    <postalCode>20155</postalCode>
    <!--Optional:-->
    <city>paGetPaymentCity</city>
    <!--Optional:-->
    <stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>paGetPayment@test.it</e-mail>
    </debtor>
    <!--Optional:-->
    <transferList>
    <!--1 to 5 repetitions:-->
    <transfer>
    <idTransfer>1</idTransfer>
    <transferAmount>10.00</transferAmount>
    <fiscalCodePA>77777777777</fiscalCodePA>
    <IBAN>IT45R0760103200000000001016</IBAN>
    <remittanceInformation>testPaGetPayment</remittanceInformation>
    <transferCategory>paGetPaymentTest</transferCategory>
    </transfer>
    </transferList>
    <!--Optional:-->
    <metadata>
    <!--1 to 10 repetitions:-->
    <mapEntry>
    <key>1</key>
    <value>22</value>
    </mapEntry>
    </metadata>
    </data>
    </paf:paGetPaymentRes>
    </soapenv:Body>
    </soapenv:Envelope>
  5. And value with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message

Feature: syntax checks for paGetPaymentRes - OK

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:104

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.1

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And soapenv:Header with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:105

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.2

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And retentionDate with None in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.043s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:106

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.3

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.021s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And lastPayment with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:107

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.4

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And companyName with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.029s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:108

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.5

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And officeName with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.032s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:109

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.6

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And streetName with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.031s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:110

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.7

  1. Given systems up (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And civicNumber with None in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.037s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:111

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.8

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And postalCode with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.030s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:112

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.9

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And city with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:113

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.10

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And stateProvinceRegion with None in paGetPayment (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:114

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.11

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And country with None in paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.035s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:115

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.12

  1. Given systems up (0.083s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And e-mail with None in paGetPayment (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.033s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/paGetPaymentRes_syntax_ok.feature:116

Scenario Outline: Check paGetPayment response with missing optional fields -- @1.13

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    	xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<nod:activatePaymentNoticeReq>
    			<idPSP>70000000001</idPSP>
    			<idBrokerPSP>70000000001</idBrokerPSP>
    			<idChannel>70000000001_01</idChannel>
    			<password>pwdpwdpwd</password>
    			<idempotencyKey>#idempotency_key#</idempotencyKey>
    			<qrCode>
    				<fiscalCode>#creditor_institution_code#</fiscalCode>
    				<noticeNumber>#notice_number#</noticeNumber>
    			</qrCode>
    			<amount>10.00</amount>
    			<dueDate>2021-12-31</dueDate>
    			<paymentNote>causale</paymentNote>
    		</nod:activatePaymentNoticeReq>
    	</soapenv:Body>
    </soapenv:Envelope>
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given initial XML paGetPayment (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
    	<soapenv:Header/>
    	<soapenv:Body>
    		<paf:paGetPaymentRes>
    			<outcome>OK</outcome>
    			<data>
    				<creditorReferenceId>$iuv</creditorReferenceId>
    				<paymentAmount>10.00</paymentAmount>
    				<dueDate>2021-12-31</dueDate>
    				<!--Optional:-->
    				<retentionDate>2021-12-31T12:12:12</retentionDate>
    				<!--Optional:-->
    				<lastPayment>1</lastPayment>
    				<description>description</description>
    				<!--Optional:-->
    				<companyName>company</companyName>
    				<!--Optional:-->
    				<officeName>office</officeName>
    				<debtor>
    					<uniqueIdentifier>
    						<entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    						<entityUniqueIdentifierValue>77777777777</entityUniqueIdentifierValue>
    					</uniqueIdentifier>
    					<fullName>paGetPaymentName</fullName>
    					<!--Optional:-->
    					<streetName>paGetPaymentStreet</streetName>
    					<!--Optional:-->
    					<civicNumber>paGetPayment99</civicNumber>
    					<!--Optional:-->
    					<postalCode>20155</postalCode>
    					<!--Optional:-->
    					<city>paGetPaymentCity</city>
    					<!--Optional:-->
    					<stateProvinceRegion>paGetPaymentState</stateProvinceRegion>
    					<!--Optional:-->
    					<country>IT</country>
    					<!--Optional:-->
    					<e-mail>paGetPayment@test.it</e-mail>
    				</debtor>
    				<!--Optional:-->
    				<transferList>
    					<!--1 to 5 repetitions:-->
    					<transfer>
    						<idTransfer>1</idTransfer>
    						<transferAmount>10.00</transferAmount>
    						<fiscalCodePA>77777777777</fiscalCodePA>
    						<IBAN>IT45R0760103200000000001016</IBAN>
    						<remittanceInformation>testPaGetPayment</remittanceInformation>
    						<transferCategory>paGetPaymentTest</transferCategory>
    					</transfer>
    				</transferList>
    				<!--Optional:-->
    				<metadata>
    					<!--1 to 10 repetitions:-->
    					<mapEntry>
    						<key>1</key>
    						<value>22</value>
    					</mapEntry>
    				</metadata>
    			</data>
    		</paf:paGetPaymentRes>
    	</soapenv:Body>
    </soapenv:Envelope>
  5. And metadata with None in paGetPayment (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. And EC replies to nodo-dei-pagamenti with the paGetPayment (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message

Feature: semantic checks for paVerifyPaymentNoticeRes

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/paVerifyPaymentNoticeRes_semantic_ko.feature:27

Scenario: Check PPT_ERRORE_EMESSO_DA_PAA error on fault generated by EC

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>#notice_number#</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. And idChannel with USE_NEW_FAULT_CODE=Y (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:480
  5. Given EC replies to nodo-dei-pagamenti with the paVerifyPaymentNotice (0.038s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <paf:paVerifyPaymentNoticeRes>
             <outcome>KO</outcome>
             <fault>
                <faultCode>PAA_SEMANTICA</faultCode>
                <faultString>Errore semantico</faultString>
                <id>1</id>
             </fault>
          </paf:paVerifyPaymentNoticeRes>
       </soapenv:Body>
    </soapenv:Envelope>
    
src/integ-test/bdd-test/features/NewMod3/primitives/paVerifyPaymentNoticeRes_semantic_ko.feature:52

Scenario: Check PPT_ERRORE_EMESSO_DA_PAA error on fault generated by EC when it isn't a known faultCode

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>#notice_number#</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. And idChannel with USE_NEW_FAULT_CODE=Y (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:480
  5. Given EC replies to nodo-dei-pagamenti with the paVerifyPaymentNotice (0.038s)
    src/integ-test/bdd-test/features/steps/steps.py:283
    Error Message
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:paf="http://pagopa-api.pagopa.gov.it/pa/paForNode.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <paf:paVerifyPaymentNoticeRes>
             <outcome>KO</outcome>
             <fault>
                <faultCode>PAA_CIAO</faultCode>
                <faultString>Errore sconosciuto</faultString>
                <id>1</id>
             </fault>
          </paf:paVerifyPaymentNoticeRes>
       </soapenv:Body>
    </soapenv:Envelope>
    

Feature: semantic checks for sendPaymentOutcome - KO

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:55

Scenario: Check PPT_PSP_SCONOSCIUTO error on non-existent psp

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with pspUnknown in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.281s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_PSP_SCONOSCIUTO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:62

Scenario: Check PPT_PSP_DISABILITATO error on disabled psp

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with NOT_ENABLED in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_PSP_DISABILITATO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:69

Scenario: Check PPT_INTERMEDIARIO_PSP_SCONOSCIUTO error on non-existent psp broker

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with brokerPspUnknown in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.311s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_INTERMEDIARIO_PSP_SCONOSCIUTO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:76

Scenario: Check PPT_INTERMEDIARIO_PSP_DISABILITATO error on disabled psp broker

  1. Given systems up (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with INT_NOT_ENABLED in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.082s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_INTERMEDIARIO_PSP_DISABILITATO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:83

Scenario: Check PPT_CANALE_SCONOSCIUTO error on non-existent psp channel

  1. Given systems up (0.076s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with channelUnknown in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.079s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_CANALE_SCONOSCIUTO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:90

Scenario: Check PPT_CANALE_DISABILITATO error on disabled psp channel

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with CANALE_NOT_ENABLED in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.082s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_CANALE_DISABILITATO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:97

Scenario: Check PPT_AUTENTICAZIONE error on password not associated to psp channel

  1. Given systems up (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given password with password in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.099s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_AUTENTICAZIONE of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:104

Scenario: Check PPT_TOKEN_SCONOSCIUTO error on non-existent couple token+idPsp

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentToken with 111111111111111 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.174s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_TOKEN_SCONOSCIUTO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ko.feature:111

Scenario: Check PPT_AUTORIZZAZIONE error on psp broker not associated to psp

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:sendPaymentOutcomeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <paymentToken>12345678901234567890123456789012</paymentToken>
               <outcome>OK</outcome>
               <!--Optional:-->
               <details>
                  <paymentMethod>creditCard</paymentMethod>
                  <!--Optional:-->
                  <paymentChannel>app</paymentChannel>
                  <fee>2.00</fee>
                  <!--Optional:-->
                  <payer>
                     <uniqueIdentifier>
                        <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                        <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
                     </uniqueIdentifier>
                     <fullName>name</fullName>
                     <!--Optional:-->
                     <streetName>street</streetName>
                     <!--Optional:-->
                     <civicNumber>civic</civicNumber>
                     <!--Optional:-->
                     <postalCode>postal</postalCode>
                     <!--Optional:-->
                     <city>city</city>
                     <!--Optional:-->
                     <stateProvinceRegion>state</stateProvinceRegion>
                     <!--Optional:-->
                     <country>IT</country>
                     <!--Optional:-->
                     <e-mail>prova@test.it</e-mail>
                  </payer>
                  <applicationDate>2021-12-12</applicationDate>
                  <transferDate>2021-12-11</transferDate>
               </details>
            </nod:sendPaymentOutcomeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with 91000000001 in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.097s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_AUTORIZZAZIONE of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check description is Configurazione intermediario-canale non corretta of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: semantic checks for sendPaymentOutcomeReq - OK [SEM_SPO_07]

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ok.feature:8

Scenario: Execute activatePaymentNotice request

  1. Given systems up (0.083s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. Given initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:activatePaymentNoticeReq>
               <idPSP>70000000001</idPSP>
               <idBrokerPSP>70000000001</idBrokerPSP>
               <idChannel>70000000001_01</idChannel>
               <password>pwdpwdpwd</password>
               <idempotencyKey>#idempotency_key#</idempotencyKey>
               <qrCode>
                  <fiscalCode>#creditor_institution_code#</fiscalCode>
                  <noticeNumber>#notice_number#</noticeNumber>
               </qrCode>
               <expirationTime>6000</expirationTime>
               <amount>10.00</amount>
            </nod:activatePaymentNoticeReq>
         </soapenv:Body>
      </soapenv:Envelope>
    
  4. When psp sends SOAP activatePaymentNotice to nodo-dei-pagamenti (1.468s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of activatePaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_semantic_ok.feature:36

Scenario: Execute a sendPaymentOutcome request on psp channel not enabled for payment model 3

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. Given the Execute activatePaymentNotice request scenario executed successfully (1.686s)
    src/integ-test/bdd-test/features/steps/steps.py:243
  4. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_03</idChannel>
          <password>pwdpwdpwd</password>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (1.538s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is OK of sendPaymentOutcome response (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: syntax checks for sendPaymentOutcome - KO

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:63

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid wsdl namespace -- @1.1

  1. Given systems up (0.109s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given xmlns:soapenv set http://schemas.xmlsoap.org/ciao/envelope/ for soapenv:Envelope in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:82
  5. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.195s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:73

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.1

  1. Given systems up (0.092s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given soapenv:Body with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.153s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:74

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.2

  1. Given systems up (0.078s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given soapenv:Body with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.155s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:75

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.3

  1. Given systems up (0.102s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given nod:sendPaymentOutcomeReq with Empty in sendPaymentOutcome (0.015s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.244s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:76

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.4

  1. Given systems up (0.119s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with None in sendPaymentOutcome (0.016s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.321s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:77

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.5

  1. Given systems up (0.117s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.154s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:78

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.6

  1. Given systems up (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with 123456789012345678901234567890123456 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.200s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:79

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.7

  1. Given systems up (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with None in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.126s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:80

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.8

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.168s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:81

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.9

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with 123456789012345678901234567890123456 in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.122s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:82

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.10

  1. Given systems up (0.074s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.015s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with None in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.146s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:83

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.11

  1. Given systems up (0.074s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.227s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:84

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.12

  1. Given systems up (0.093s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with 123456789012345678901234567890123456 in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.183s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:85

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.13

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given password with None in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.130s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.012s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:86

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.14

  1. Given systems up (0.091s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given password with Empty in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.094s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:87

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.15

  1. Given systems up (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given password with 1234567 in sendPaymentOutcome (0.011s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.143s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:88

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.16

  1. Given systems up (0.094s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given password with 1234567890123456 in sendPaymentOutcome (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.135s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:89

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.17

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentToken with None in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.140s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:90

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.18

  1. Given systems up (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentToken with Empty in sendPaymentOutcome (0.013s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.151s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:91

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.19

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentToken with 123456789012345678901234567890123456 in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.123s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:92

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.20

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given outcome with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.127s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:93

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.21

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given outcome with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.201s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:94

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.22

  1. Given systems up (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given outcome with O% in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.154s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.014s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:95

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.23

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given outcome with O in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.171s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:96

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.24

  1. Given systems up (0.122s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given outcome with OKK in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.151s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:97

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.25

  1. Given systems up (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given outcome with O1 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.140s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:98

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.26

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentMethod with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.180s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:99

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.27

  1. Given systems up (0.160s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentMethod with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.150s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:100

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.28

  1. Given systems up (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentMethod with fail in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.232s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:101

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.29

  1. Given systems up (0.090s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentChannel with Empty in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.142s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:102

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.30

  1. Given systems up (0.089s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given paymentChannel with fail in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.111s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:103

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.31

  1. Given systems up (0.076s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fee with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.123s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:104

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.32

  1. Given systems up (0.076s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fee with Empty in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.168s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:105

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.33

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fee with 2,00 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.141s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:106

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.34

  1. Given systems up (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fee with 2,134 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.204s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:107

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.35

  1. Given systems up (0.092s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fee with 2,5 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.266s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:108

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.36

  1. Given systems up (0.537s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fee with 1000000000.00 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.172s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:109

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.37

  1. Given systems up (0.093s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given payer with RemoveParent in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.141s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:110

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.38

  1. Given systems up (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given payer with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.217s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:111

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.39

  1. Given systems up (0.091s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given uniqueIdentifier with None in sendPaymentOutcome (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.336s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:112

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.40

  1. Given systems up (0.105s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given uniqueIdentifier with RemoveParent in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.155s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:113

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.41

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given uniqueIdentifier with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.138s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:114

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.42

  1. Given systems up (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierType with None in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.096s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:115

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.43

  1. Given systems up (0.074s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierType with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.185s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:116

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.44

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierType with FF in sendPaymentOutcome (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.121s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:117

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.45

  1. Given systems up (0.103s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierType with L in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.155s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:118

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.46

  1. Given systems up (0.088s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierValue with None in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.111s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:119

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.47

  1. Given systems up (0.074s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierValue with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.201s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:120

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.48

  1. Given systems up (0.091s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given entityUniqueIdentifierValue with 12345678901234567 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.173s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:121

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.49

  1. Given systems up (0.097s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fullName with None in sendPaymentOutcome (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.139s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:122

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.50

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fullName with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.095s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:123

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.51

  1. Given systems up (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given fullName with 12345678901234567890123456789012345612345678901234567890123456789012345 in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.127s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:124

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.52

  1. Given systems up (0.273s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given streetName with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.144s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:125

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.53

  1. Given systems up (0.079s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given streetName with 12345678901234567890123456789012345612345678901234567890123456789012345 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.189s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:126

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.54

  1. Given systems up (0.092s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given civicNumber with Empty in sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.137s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:127

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.55

  1. Given systems up (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given civicNumber with 12345678901234567 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.155s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:128

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.56

  1. Given systems up (0.082s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given postalCode with Empty in sendPaymentOutcome (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.124s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:129

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.57

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given postalCode with 12345678901234567 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.156s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:130

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.58

  1. Given systems up (0.456s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given city with Empty in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (1.157s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:131

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.59

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given city with 123456789012345678901234567890123456 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.193s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:132

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.60

  1. Given systems up (0.093s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given stateProvinceRegion with Empty in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.181s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:133

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.61

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given stateProvinceRegion with 123456789012345678901234567890123456 in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.082s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:134

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.62

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given country with Empty in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.357s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:135

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.63

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given country with ITT in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.096s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:136

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.64

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given country with it in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.182s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:137

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.65

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given e-mail with Empty in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.081s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:138

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.66

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given e-mail with provatest.it@ in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.130s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:139

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.67

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given e-mail with prova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777provaprova7777777prrova77777777prova@t.it in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:140

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.68

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given applicationDate with None in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:141

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.69

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given applicationDate with Empty in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:142

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.70

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given applicationDate with 20-12-2021 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:143

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.71

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.014s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given applicationDate with 20-12-21 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:144

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.72

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given applicationDate with 21-12-09 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:145

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.73

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given transferDate with None in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.113s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:146

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.74

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given transferDate with Empty in sendPaymentOutcome (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:147

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.75

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given transferDate with 20-12-2021 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.081s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:148

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.76

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given transferDate with 20-12-21 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.174s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:149

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.77

  1. Given systems up (0.078s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given transferDate with 21-12-09 in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.114s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:150

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.78

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with Empty in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:151

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.79

  1. Given systems up (0.092s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 70000000001.1244565744 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:152

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.80

  1. Given systems up (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 70000000001_%244565744 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:153

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.81

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 70000000001-1244565744 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:154

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.82

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 1244565768_70000000001 in sendPaymentOutcome (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.102s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:155

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.83

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 1244565744 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.118s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:156

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.84

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 700000000011244565744 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:157

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.85

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 70000000001_12345678901 in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:158

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.86

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 70000000001_12445657 in sendPaymentOutcome (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ko.feature:159

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.87

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:sendPaymentOutcomeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <idempotencyKey>#idempotency_key#</idempotencyKey>
    <paymentToken>12345678901234567890123456789012</paymentToken>
    <outcome>OK</outcome>
    <!--Optional:-->
    <details>
    <paymentMethod>creditCard</paymentMethod>
    <!--Optional:-->
    <paymentChannel>app</paymentChannel>
    <fee>2.00</fee>
    <!--Optional:-->
    <payer>
    <uniqueIdentifier>
    <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
    <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
    </uniqueIdentifier>
    <fullName>name</fullName>
    <!--Optional:-->
    <streetName>street</streetName>
    <!--Optional:-->
    <civicNumber>civic</civicNumber>
    <!--Optional:-->
    <postalCode>postal</postalCode>
    <!--Optional:-->
    <city>city</city>
    <!--Optional:-->
    <stateProvinceRegion>state</stateProvinceRegion>
    <!--Optional:-->
    <country>IT</country>
    <!--Optional:-->
    <e-mail>prova@test.it</e-mail>
    </payer>
    <applicationDate>2021-12-12</applicationDate>
    <transferDate>2021-12-11</transferDate>
    </details>
    </nod:sendPaymentOutcomeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idempotencyKey with 700000hj123_124456576 in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.129s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SINTASSI_EXTRAXSD of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: syntax checks for sendPaymentOutcome - OK

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:89

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.1

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (0.940s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentMethod with cash in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (1.661s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:90

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.2

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.773s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentMethod with creditCard in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (1.409s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:91

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.3

  1. Given systems up (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.928s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentMethod with bancomat in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.600s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:92

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.4

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.695s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentMethod with other in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.416s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:93

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.5

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.889s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentChannel with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.656s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:94

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.6

  1. Given systems up (0.079s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (2.318s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentChannel with frontOffice in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.676s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:95

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.7

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (2.960s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentChannel with atm in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.526s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:96

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.8

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.796s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentChannel with onLine in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.359s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:97

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.9

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.727s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And paymentChannel with other in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.366s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:98

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.10

  1. Given systems up (0.083s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.886s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And payer with None in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.315s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:99

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.11

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.718s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And streetName with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.417s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:100

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.12

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.821s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And civicNumber with None in sendPaymentOutcome (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.406s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:101

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.13

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.474s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And postalCode with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.397s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:102

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.14

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.635s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And city with None in sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.616s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:103

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.15

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.753s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And stateProvinceRegion with None in sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.419s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:104

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.16

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.481s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And country with None in sendPaymentOutcome (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.272s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:105

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.17

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.560s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And e-mail with None in sendPaymentOutcome (0.052s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.575s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:106

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.18

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.563s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And idempotencyKey with None in sendPaymentOutcome (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.348s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/sendPaymentOutcome_syntax_ok.feature:107

Scenario Outline: Check sendPaymentOutcome response with missing optional fields -- @1.19

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And EC new version (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  3. And initial XML activatePaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
        <soapenv:Header/>
        <soapenv:Body>
            <nod:activatePaymentNoticeReq>
                <idPSP>70000000001</idPSP>
                <idBrokerPSP>70000000001</idBrokerPSP>
                <idChannel>70000000001_01</idChannel>
                <password>pwdpwdpwd</password>
                <idempotencyKey>#idempotency_key#</idempotencyKey>
                <qrCode>
                    <fiscalCode>#creditor_institution_code#</fiscalCode>
                    <noticeNumber>#notice_number#</noticeNumber>
                </qrCode>
                <expirationTime>120000</expirationTime>
                <amount>10.00</amount>
                <dueDate>2021-12-31</dueDate>
                <paymentNote>causale</paymentNote>
            </nod:activatePaymentNoticeReq>
        </soapenv:Body>
    </soapenv:Envelope>
    
  4. And PSP sends soap activatePaymentNotice to nodo-dei-pagamenti (1.505s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Given initial XML sendPaymentOutcome (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
      <soapenv:Header/>
      <soapenv:Body>
        <nod:sendPaymentOutcomeReq>
          <idPSP>70000000001</idPSP>
          <idBrokerPSP>70000000001</idBrokerPSP>
          <idChannel>70000000001_01</idChannel>
          <password>pwdpwdpwd</password>
          <idempotencyKey>#idempotency_key#</idempotencyKey>
          <paymentToken>$activatePaymentNoticeResponse.paymentToken</paymentToken>
          <outcome>OK</outcome>
          <!--Optional:-->
          <details>
            <paymentMethod>creditCard</paymentMethod>
            <!--Optional:-->
            <paymentChannel>app</paymentChannel>
            <fee>2.00</fee>
            <!--Optional:-->
            <payer>
              <uniqueIdentifier>
                <entityUniqueIdentifierType>G</entityUniqueIdentifierType>
                <entityUniqueIdentifierValue>77777777777_01</entityUniqueIdentifierValue>
              </uniqueIdentifier>
              <fullName>name</fullName>
              <!--Optional:-->
              <streetName>street</streetName>
              <!--Optional:-->
              <civicNumber>civic</civicNumber>
              <!--Optional:-->
              <postalCode>postal</postalCode>
              <!--Optional:-->
              <city>city</city>
              <!--Optional:-->
              <stateProvinceRegion>state</stateProvinceRegion>
              <!--Optional:-->
              <country>IT</country>
              <!--Optional:-->
              <e-mail>prova@test.it</e-mail>
            </payer>
            <applicationDate>2021-12-12</applicationDate>
            <transferDate>2021-12-11</transferDate>
          </details>
        </nod:sendPaymentOutcomeReq>
      </soapenv:Body>
    </soapenv:Envelope>
    
  6. And details with None in sendPaymentOutcome (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  7. When PSP sends SOAP sendPaymentOutcome to nodo-dei-pagamenti (0.144s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  8. Then check outcome is OK of sendPaymentOutcome response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
    Error Message

Feature: semantic checks for verificaBollettino

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:24

Scenario: Check PPT_PSP_SCONOSCIUTO error on non-existent psp

  1. Given systems up (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with pspUnknown in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.116s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_PSP_SCONOSCIUTO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:31

Scenario: Check PPT_PSP_DISABILITATO error on disabled psp

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idPSP with NOT_ENABLED in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.141s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_PSP_DISABILITATO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:38

Scenario: Check PPT_INTERMEDIARIO_PSP_SCONOSCIUTO error on non-existent psp broker

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with brokerPspUnknown in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.101s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_INTERMEDIARIO_PSP_SCONOSCIUTO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:45

Scenario: Check PPT_INTERMEDIARIO_PSP_DISABILITATO error on disabled psp broker

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.000s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with INT_NOT_ENABLED in verificaBollettino (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.134s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_INTERMEDIARIO_PSP_DISABILITATO of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:52

Scenario: Check PPT_CANALE_SCONOSCIUTO error on non-existent psp channel

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with channelUnknown in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_CANALE_SCONOSCIUTO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:59

Scenario: Check PPT_CANALE_DISABILITATO error on disabled psp channel

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with CANALE_NOT_ENABLED in verificaBollettino (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_CANALE_DISABILITATO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:66

Scenario: Check PPT_AUTORIZZAZIONE error on psp channel not enabled for payment model 3

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with POSTE1_ONUS in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. And idPSP with POSTE1 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.114s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  7. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check faultCode is PPT_AUTORIZZAZIONE of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  9. And check description is Il canale non è di tipo 'ATTIVATO_PRESSO_PSP' of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:75

Scenario: Check PPT_AUTENTICAZIONE error on password not associated to psp channel

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idChannel with POSTE3 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. Given password with password in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  7. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check faultCode is PPT_AUTENTICAZIONE of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:83

Scenario: Check PPT_SEMANTICA error on non-existent ccPost

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given ccPost with 777777777772 in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_SEMANTICA of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check description is Codifica non riconosciuta of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:91

Scenario: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station

  1. Given systems up (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given ccPost with 777777777777 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. And noticeNumber with 713014851147176400 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  7. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of verificaBollettino response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:99

Scenario: Check PPT_AUTORIZZAZIONE error on psp broker not associated to psp

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given idBrokerPSP with 91000000001 in verificaBollettino (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_AUTORIZZAZIONE of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check description is Configurazione intermediario-canale non corretta of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ko.feature:107

Scenario: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
         <soapenv:Header/>
         <soapenv:Body>
            <nod:verificaBollettinoReq>
               <idPSP>POSTE3</idPSP>
               <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
               <idChannel>POSTE3</idChannel>
               <password>pwdpwdpwd</password>
               <ccPost>#codicePA#</ccPost>
               <noticeNumber>#notice_number#</noticeNumber>
            </nod:verificaBollettinoReq>
         </soapenv:Body>
    </soapenv:Envelope>
    
  3. And EC new version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. Given ccPost with 777777777777 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. And noticeNumber with 313019441991132400 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  7. Then check outcome is KO of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  8. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: semantic checks for verificaBollettinoReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ok.feature:22

Scenario: Check valid URL in WSDL namespace

  1. Given systems up (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verificaBollettinoReq>
    <idPSP>POSTE3</idPSP>
    <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
    <idChannel>POSTE3</idChannel>
    <password>pwdpwdpwd</password>
    <ccPost>#codicePA#</ccPost>
    <noticeNumber>#notice_number#</noticeNumber>
    </nod:verificaBollettinoReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. When PSP sends SOAP verificaBollettino to nodo-dei-pagamenti (1.363s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  4. Then check outcome is OK of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ok.feature:35

Scenario: Check noticeNumber PA old

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verificaBollettinoReq>
    <idPSP>POSTE3</idPSP>
    <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
    <idChannel>POSTE3</idChannel>
    <password>pwdpwdpwd</password>
    <ccPost>#codicePA#</ccPost>
    <noticeNumber>#notice_number#</noticeNumber>
    </nod:verificaBollettinoReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given EC old version (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:37
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (1.095s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is OK of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ok.feature:49

Scenario Outline: Execute verificaBollettino request -- @1.1

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verificaBollettinoReq>
    <idPSP>POSTE3</idPSP>
    <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
    <idChannel>POSTE3</idChannel>
    <password>pwdpwdpwd</password>
    <ccPost>#codicePA#</ccPost>
    <noticeNumber>#notice_number#</noticeNumber>
    </nod:verificaBollettinoReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with None in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends soap verificaBollettino to nodo-dei-pagamenti (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO in verificaBollettino response (0.000s)
    <unknown>
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_semantic_ok.feature:59

Scenario Outline: Last call verificaBollettino -- @1.1

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verificaBollettinoReq>
    <idPSP>POSTE3</idPSP>
    <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
    <idChannel>POSTE3</idChannel>
    <password>pwdpwdpwd</password>
    <ccPost>#codicePA#</ccPost>
    <noticeNumber>#notice_number#</noticeNumber>
    </nod:verificaBollettinoReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given the Execute verificaBollettino request scenario executed successfully (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:243
    Error Message

Feature: syntax checks for verificaBollettinoReq - KO

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:30

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid wsdl namespace -- @1.1

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given xmlns:soapenv set http://schemas.xmlsoap.org/ciao/envelope/ for soapenv:Envelope in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:82
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.132s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:40

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.1

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Body with None in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:41

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.2

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.007s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Body with Empty in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:42

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.3

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given nod:verificaBollettinoReq with Empty in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.104s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:43

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.4

  1. Given systems up (0.078s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with None in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:44

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.5

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with Empty in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:45

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.6

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with 123456789012345678901234567890123456 in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:46

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.7

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with None in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:47

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.8

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with Empty in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.087s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:48

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.9

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with 123456789012345678901234567890123456 in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:49

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.10

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.008s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with None in verificaBollettino (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.074s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:50

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.11

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with Empty in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.145s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:51

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.12

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with 123456789012345678901234567890123456 in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.085s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:52

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.13

  1. Given systems up (0.057s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with None in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:53

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.14

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with Empty in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:54

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.15

  1. Given systems up (0.077s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with 1234567 in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.100s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:55

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.16

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with 123456789012345678901234567890123456 in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:56

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.17

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given ccPost with None in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:57

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.18

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given ccPost with Empty in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:58

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.19

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given ccPost with 1234567890123 in verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.074s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:59

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.20

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given ccPost with 12345678901 in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:60

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.21

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given ccPost with 77777777% ty in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:61

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.22

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with None in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.057s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:62

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.23

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with Empty in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:63

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.24

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 1234567890123456789 in verificaBollettino (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:64

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.25

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567 in verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:65

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.26

  1. Given systems up (0.063s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567A in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verificaBollettino_syntax_ko.feature:66

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.27

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verificaBollettino (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verificaBollettinoReq>
             <idPSP>POSTE3</idPSP>
             <idBrokerPSP>BANCOPOSTA</idBrokerPSP>
             <idChannel>POSTE3</idChannel>
             <password>pwdpwdpwd</password>
             <ccPost>777777777777</ccPost>
             <noticeNumber>#notice_number#</noticeNumber>
          </nod:verificaBollettinoReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567! in verificaBollettino (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verificaBollettino to nodo-dei-pagamenti (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verificaBollettino response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: semantic checks for verifyPaymentReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:25

Scenario: Check PPT_PSP_SCONOSCIUTO error on non-existent psp

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idPSP with pspUnknown in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.106s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_PSP_SCONOSCIUTO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:32

Scenario: Check PPT_PSP_DISABILITATO error on disabled psp

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idPSP with NOT_ENABLED in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.119s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_PSP_DISABILITATO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:39

Scenario: Check PPT_INTERMEDIARIO_PSP_SCONOSCIUTO error on non-existent psp broker

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idBrokerPSP with brokerPspUnknown in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.119s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_INTERMEDIARIO_PSP_SCONOSCIUTO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:46

Scenario: Check PPT_INTERMEDIARIO_PSP_DISABILITATO error on disabled psp broker

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idBrokerPSP with INT_NOT_ENABLED in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.059s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_INTERMEDIARIO_PSP_DISABILITATO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:53

Scenario: Check PPT_CANALE_SCONOSCIUTO error on non-existent psp channel

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idChannel with channelUnknown in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_CANALE_SCONOSCIUTO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:60

Scenario: Check PPT_CANALE_DISABILITATO error on disabled psp channel

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idChannel with CANALE_NOT_ENABLED in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.045s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_CANALE_DISABILITATO of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:67

Scenario: Check PPT_AUTORIZZAZIONE error on psp channel not enabled for payment model 3

  1. Given systems up (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idChannel with 70000000001_03_ONUS in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_AUTORIZZAZIONE of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check description is Il canale non è di tipo 'ATTIVATO_PRESSO_PSP' of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:75

Scenario: Check PPT_AUTORIZZAZIONE error on psp broker not associated to psp

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idBrokerPSP with 97735020584 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_AUTORIZZAZIONE of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check description is Configurazione intermediario-canale non corretta of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:83

Scenario: Check PPT_AUTENTICAZIONE error on password not associated to psp channel

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given idChannel with 70000000001_01 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. Given password with wrongPassword in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.128s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_AUTENTICAZIONE of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:91

Scenario: Check PPT_DOMINIO_SCONOSCIUTO error on non-existent pa

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 10000000000 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_DOMINIO_SCONOSCIUTO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:98

Scenario: Check PPT_DOMINIO_DISABILITATO error on disabled pa

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 11111122222 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.117s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_DOMINIO_DISABILITATO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:113

Scenario Outline: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station -- @1.1

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 511456789012345678 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:114

Scenario Outline: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station -- @1.2

  1. Given systems up (0.062s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 011456789012345678 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:115

Scenario Outline: Check PPT_STAZIONE_INT_PA_SCONOSCIUTA error on non-existent station -- @1.3

  1. Given systems up (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.010s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 316456789012345678 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_SCONOSCIUTA of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:118

Scenario: Check PPT_STAZIONE_INT_PA_DISABILITATA error on disabled station

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 006456789012345478 in verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.112s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_DISABILITATA of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:126

Scenario: Check PPT_STAZIONE_INT_PA_IRRAGGIUNGIBILE error on unreachable station

  1. Given systems up (0.052s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 099456789012345678 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.117s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_STAZIONE_INT_PA_IRRAGGIUNGIBILE of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ko.feature:134

Scenario: Check PPT_INTERMEDIARIO_PA_DISABILITATO error on disabled pa broker

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And noticeNumber with 088456789012345678 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.084s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  6. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  7. And check faultCode is PPT_INTERMEDIARIO_PA_DISABILITATO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: semantic checks for verifyPaymentReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ok.feature:24

Scenario: Check valid URL in WSDL namespace

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.817s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  4. Then check outcome is OK of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_semantic_ok.feature:29

Scenario: Check outcome OK if combination psp-channel-pa in denylist

  1. Given systems up (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
  3. Given fiscalCode with 77777777777 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And idBrokerPSP with 70000000002 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  5. And idChannel with 70000000002_01 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  6. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.113s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  7. Then check outcome is OK of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111

Feature: syntax checks KO for verifyPaymentReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:32

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid wsdl namespace -- @1.1

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given xmlns:soapenv set http://schemas.xmlsoap.org/ciao/envelope/ for soapenv:Envelope in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:82
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:42

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.1

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Body with None in verifyPaymentNotice (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.073s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:43

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.2

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Body with Empty in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:44

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.3

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given nod:verifyPaymentNoticeReq with Empty in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.070s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:45

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.4

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:46

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.5

  1. Given systems up (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with Empty in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.045s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.005s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:47

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.6

  1. Given systems up (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idPSP with 123456789012345678901234567890123456 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.057s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:48

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.7

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:49

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.8

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with Empty in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.071s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:50

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.9

  1. Given systems up (0.055s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idBrokerPSP with 123456789012345678901234567890123456 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:51

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.10

  1. Given systems up (0.061s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with None in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.041s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:52

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.11

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with Empty in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:53

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.12

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given idChannel with 123456789012345678901234567890123456 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.043s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:54

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.13

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:55

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.14

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with Empty in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.042s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:56

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.15

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with 1234567 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.057s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:57

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.16

  1. Given systems up (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given password with 123456789012345678901234567890123456 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:58

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.17

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given qrCode with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:59

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.18

  1. Given systems up (0.066s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.006s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given qrCode with RemoveParent in verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:60

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.19

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given qrCode with Empty in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:61

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.20

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with None in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:62

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.21

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with Empty in verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.086s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:63

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.22

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 1234567890 in verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.075s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:64

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.23

  1. Given systems up (0.056s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 123456789012 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.053s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:65

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.24

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given fiscalCode with 12345jh%lk9 in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.087s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:66

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.25

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with None in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.117s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:67

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.26

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with Empty in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.044s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:68

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.27

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.084s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:69

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.28

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 1234567890123456789 in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.072s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:70

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.29

  1. Given systems up (0.068s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.009s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567A in verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.046s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:71

Scenario Outline: Check PPT_SINTASSI_EXTRAXSD error on invalid body element value -- @1.30

  1. Given systems up (0.052s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given noticeNumber with 12345678901234567! in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.058s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  5. Then check outcome is KO of verifyPaymentNotice response (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:111
  6. And check faultCode is PPT_SINTASSI_EXTRAXSD of verifyPaymentNotice response (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:81

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.1

  1. Given systems up (0.060s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given nod:paVerifyPaymentNoticeReq with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:82

Scenario Outline: Check PPT_STAZIONE_INT_PA_ERRORE_RESPONSE error on invalid body element value -- @1.2

  1. Given systems up (0.065s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given nod:paVerifyPaymentNoticeReq with RemoveParent in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:92

Scenario Outline: Check correctness of header and body -- @1.1

  1. Given systems up (0.067s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with errata in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with corretto in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:93

Scenario Outline: Check correctness of header and body -- @1.2

  1. Given systems up (0.064s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.001s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with corretta in verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with errata in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:94

Scenario Outline: Check correctness of header and body -- @1.3

  1. Given systems up (0.052s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.003s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with errata in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with errata in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ko.feature:95

Scenario Outline: Check correctness of header and body -- @1.4

  1. Given systems up (0.051s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <nod:verifyPaymentNoticeReq>
    <idPSP>70000000001</idPSP>
    <idBrokerPSP>70000000001</idBrokerPSP>
    <idChannel>70000000001_01</idChannel>
    <password>pwdpwdpwd</password>
    <qrCode>
    <fiscalCode>#creditor_institution_code#</fiscalCode>
    <noticeNumber>302094719472095710</noticeNumber>
    </qrCode>
    </nod:verifyPaymentNoticeReq>
    </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with errata in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message

Feature: syntax checks OK for verifyPaymentReq

Background:

src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ok.feature:24

Scenario: Check valid URL in WSDL namespace

  1. Given systems up (0.050s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.323s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  4. Then check outcome is OK of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ok.feature:29

Scenario: Check header and body ok

  1. Given systems up (0.054s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. When psp sends SOAP verifyPaymentNotice to nodo-dei-pagamenti (0.214s)
    src/integ-test/bdd-test/features/steps/steps.py:90
  4. Then check outcome is OK of verifyPaymentNotice response (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:111
src/integ-test/bdd-test/features/NewMod3/primitives/verifyPaymentNotice_syntax_ok.feature:41

Scenario Outline: Check verifyPaymentRes response with missing header -- @1.1

  1. Given systems up (0.069s)
    src/integ-test/bdd-test/features/steps/steps.py:18
    name url healthcheck soap_service rest_service
    nodo-dei-pagamenti http://localhost:9080/ nodo-dev-health/ready nodo-dev/webservices/input
    mock-ec http://localhost:8089/ servizi/PagamentiTelematiciRPT/info servizi/PagamentiTelematiciRPT
  2. And initial XML verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:43
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nod="http://pagopa-api.pagopa.gov.it/node/nodeForPsp.xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <nod:verifyPaymentNoticeReq>
             <idPSP>70000000001</idPSP>
             <idBrokerPSP>70000000001</idBrokerPSP>
             <idChannel>70000000001_01</idChannel>
             <password>pwdpwdpwd</password>
             <qrCode>
                <fiscalCode>#creditor_institution_code#</fiscalCode>
                <noticeNumber>302094719472095710</noticeNumber>
             </qrCode>
          </nod:verifyPaymentNoticeReq>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. Given soapenv:Header with None in verifyPaymentNotice (0.002s)
    src/integ-test/bdd-test/features/steps/steps.py:71
  4. And soapenv:Body with corretto in verifyPaymentNotice (0.004s)
    src/integ-test/bdd-test/features/steps/steps.py:71
    Error Message